| Conditions | 1 |
| Total Lines | 10 |
| Code Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | import React, { Component } from "react" |
||
| 7 | render() { |
||
| 8 | return ( |
||
| 9 | <Layout> |
||
| 10 | <SEO lang="nl-BE" title="Verantwoordelijkheden" path={this.props.location.pathname} /> |
||
| 11 | |||
| 12 | <div className={`limited-width_wrapper`}> |
||
| 13 | <h1>Verantwoordelijkheden</h1> |
||
| 14 | Pagina wordt zo snel mogelijk aangevuld. |
||
| 15 | </div> |
||
| 16 | </Layout> |
||
| 17 | ) |
||
| 22 |